[INFO] fetching crate mylittleindicators 0.1.8...
[INFO] fixing mylittleindicators-0.1.8 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate mylittleindicators 0.1.8 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate mylittleindicators 0.1.8
[INFO] finished tweaking crates.io crate mylittleindicators 0.1.8
[INFO] tweaked toml for crates.io crate mylittleindicators 0.1.8 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate mylittleindicators 0.1.8 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate mylittleindicators 0.1.8 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded digdigdig3-core v0.3.23
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4331cf37096710ba5b022b200788a2e801c0a88a9e2bd412c27fd6a7bb053926
[INFO] running `Command { std: "docker" "start" "4331cf37096710ba5b022b200788a2e801c0a88a9e2bd412c27fd6a7bb053926", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4331cf37096710ba5b022b200788a2e801c0a88a9e2bd412c27fd6a7bb053926" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4331cf37096710ba5b022b200788a2e801c0a88a9e2bd412c27fd6a7bb053926", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4331cf37096710ba5b022b200788a2e801c0a88a9e2bd412c27fd6a7bb053926" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking digdigdig3-core v0.3.23
[INFO] [stderr]     Checking mylittleindicators v0.1.8 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0063]: missing fields `accrued_funding`, `avg_premium_index`, `estimated_rate` and 22 other fields in initializer of `digdigdig3_core::core::types::FundingRate`
[INFO] [stdout]   --> src/bar_indicators/volume/funding_momentum.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |         FundingRate { rate, next_funding_time: None, timestamp: 1000 }
[INFO] [stdout]    |         ^^^^^^^^^^^ missing `accrued_funding`, `avg_premium_index`, `estimated_rate` and 22 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `accrued_funding`, `avg_premium_index`, `estimated_rate` and 22 other fields in initializer of `digdigdig3_core::core::types::FundingRate`
[INFO] [stdout]   --> src/bar_indicators/volume/funding_z_score.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |         FundingRate { rate, next_funding_time: None, timestamp: 1000 }
[INFO] [stdout]    |         ^^^^^^^^^^^ missing `accrued_funding`, `avg_premium_index`, `estimated_rate` and 22 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `cmc_circulating_supply`, `open_interest_ccy`, `open_interest_usd` and 8 other fields in initializer of `digdigdig3_core::core::types::OpenInterest`
[INFO] [stdout]   --> src/bar_indicators/volume/oi_change_rate.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 80 |         OpenInterest { open_interest: oi, open_interest_value: None, timestamp: ts }
[INFO] [stdout]    |         ^^^^^^^^^^^^ missing `cmc_circulating_supply`, `open_interest_ccy`, `open_interest_usd` and 8 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `deriv_price`, `estimated_settle_price`, `fair_price` and 6 other fields in initializer of `digdigdig3_core::core::types::MarkPrice`
[INFO] [stdout]   --> src/bar_indicators/volume/mark_price_vs_last.rs:87:9
[INFO] [stdout]    |
[INFO] [stdout] 87 |         MarkPrice {
[INFO] [stdout]    |         ^^^^^^^^^ missing `deriv_price`, `estimated_settle_price`, `fair_price` and 6 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `deriv_price`, `estimated_settle_price`, `fair_price` and 6 other fields in initializer of `digdigdig3_core::core::types::MarkPrice`
[INFO] [stdout]   --> src/bar_indicators/volume/index_price_momentum.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |         MarkPrice {
[INFO] [stdout]    |         ^^^^^^^^^ missing `deriv_price`, `estimated_settle_price`, `fair_price` and 6 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `deriv_price`, `estimated_settle_price`, `fair_price` and 6 other fields in initializer of `digdigdig3_core::core::types::MarkPrice`
[INFO] [stdout]   --> src/bar_indicators/volume/index_price_momentum.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |         MarkPrice {
[INFO] [stdout]    |         ^^^^^^^^^ missing `deriv_price`, `estimated_settle_price`, `fair_price` and 6 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `accrued_funding`, `avg_premium_index`, `estimated_rate` and 22 other fields in initializer of `digdigdig3_core::core::types::FundingRate`
[INFO] [stdout]    --> src/bar_indicators/volume/funding_price_divergence.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 142 |         FundingRate {
[INFO] [stdout]     |         ^^^^^^^^^^^ missing `accrued_funding`, `avg_premium_index`, `estimated_rate` and 22 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `ask_qty`, `basis`, `basis_rate` and 33 other fields in initializer of `digdigdig3_core::core::types::Ticker`
[INFO] [stdout]   --> src/bar_indicators/volume/volume_24h_momentum.rs:98:9
[INFO] [stdout]    |
[INFO] [stdout] 98 |         Ticker {
[INFO] [stdout]    |         ^^^^^^ missing `ask_qty`, `basis`, `basis_rate` and 33 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `ask_qty`, `basis`, `basis_rate` and 33 other fields in initializer of `digdigdig3_core::core::types::Ticker`
[INFO] [stdout]   --> src/bar_indicators/volume/high_low_range_ratio.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 64 |         Ticker {
[INFO] [stdout]    |         ^^^^^^ missing `ask_qty`, `basis`, `basis_rate` and 33 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `ask_qty`, `basis`, `basis_rate` and 33 other fields in initializer of `digdigdig3_core::core::types::Ticker`
[INFO] [stdout]    --> src/bar_indicators/statistical_scoring/price_change_24h_z_score.rs:110:9
[INFO] [stdout]     |
[INFO] [stdout] 110 |         Ticker {
[INFO] [stdout]     |         ^^^^^^ missing `ask_qty`, `basis`, `basis_rate` and 33 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `avg_price`, `base_price`, `executed_qty` and 9 other fields in initializer of `digdigdig3_core::core::types::Liquidation`
[INFO] [stdout]   --> src/bar_indicators/liquidations/liquidation_cascade.rs:95:9
[INFO] [stdout]    |
[INFO] [stdout] 95 |         Liquidation { symbol: String::new(), side: TradeSide::Buy, price: 30_000.0, quantity: 0.1, timestamp: ts, value: None }
[INFO] [stdout]    |         ^^^^^^^^^^^ missing `avg_price`, `base_price`, `executed_qty` and 9 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `avg_price`, `base_price`, `executed_qty` and 9 other fields in initializer of `digdigdig3_core::core::types::Liquidation`
[INFO] [stdout]    --> src/bar_indicators/liquidations/liquidation_cluster_detector.rs:153:9
[INFO] [stdout]     |
[INFO] [stdout] 153 |         Liquidation { symbol: String::new(), side: TradeSide::Buy, price, quantity: qty, timestamp: ts, value: None }
[INFO] [stdout]     |         ^^^^^^^^^^^ missing `avg_price`, `base_price`, `executed_qty` and 9 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `avg_price`, `base_price`, `executed_qty` and 9 other fields in initializer of `digdigdig3_core::core::types::Liquidation`
[INFO] [stdout]   --> src/bar_indicators/liquidations/liquidation_cooldown.rs:81:9
[INFO] [stdout]    |
[INFO] [stdout] 81 |         Liquidation { symbol: String::new(), side: TradeSide::Buy, price: 30_000.0, quantity: 0.1, timestamp: ts, value: None }
[INFO] [stdout]    |         ^^^^^^^^^^^ missing `avg_price`, `base_price`, `executed_qty` and 9 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `avg_price`, `base_price`, `executed_qty` and 9 other fields in initializer of `digdigdig3_core::core::types::Liquidation`
[INFO] [stdout]   --> src/bar_indicators/liquidations/liquidation_rate.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |         Liquidation { symbol: String::new(), side: TradeSide::Buy, price: 30_000.0, quantity: 0.1, timestamp: ts, value: None }
[INFO] [stdout]    |         ^^^^^^^^^^^ missing `avg_price`, `base_price`, `executed_qty` and 9 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `avg_price`, `base_price`, `executed_qty` and 9 other fields in initializer of `digdigdig3_core::core::types::Liquidation`
[INFO] [stdout]    --> src/bar_indicators/liquidations/liquidation_volume_imbalance.rs:113:9
[INFO] [stdout]     |
[INFO] [stdout] 113 |         Liquidation { symbol: String::new(), side, price, quantity: qty, timestamp: ts, value: None }
[INFO] [stdout]     |         ^^^^^^^^^^^ missing `avg_price`, `base_price`, `executed_qty` and 9 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `avg_price`, `base_price`, `executed_qty` and 9 other fields in initializer of `digdigdig3_core::core::types::Liquidation`
[INFO] [stdout]   --> src/bar_indicators/liquidations/liquidation_volume_velocity.rs:96:9
[INFO] [stdout]    |
[INFO] [stdout] 96 |         Liquidation { symbol: String::new(), side: TradeSide::Buy, price, quantity: qty, timestamp: ts, value: None }
[INFO] [stdout]    |         ^^^^^^^^^^^ missing `avg_price`, `base_price`, `executed_qty` and 9 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `avg_price`, `base_price`, `executed_qty` and 9 other fields in initializer of `digdigdig3_core::core::types::Liquidation`
[INFO] [stdout]    --> src/bar_indicators/liquidations/stop_hunt_detector.rs:183:9
[INFO] [stdout]     |
[INFO] [stdout] 183 |         Liquidation { symbol: String::new(), side, price, quantity: qty, timestamp: ts, value: None }
[INFO] [stdout]     |         ^^^^^^^^^^^ missing `avg_price`, `base_price`, `executed_qty` and 9 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `deriv_price`, `estimated_settle_price`, `fair_price` and 6 other fields in initializer of `digdigdig3_core::core::types::MarkPrice`
[INFO] [stdout]    --> src/bar_indicators/liquidations/stop_hunt_detector.rs:187:9
[INFO] [stdout]     |
[INFO] [stdout] 187 |         MarkPrice {
[INFO] [stdout]     |         ^^^^^^^^^ missing `deriv_price`, `estimated_settle_price`, `fair_price` and 6 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `is_best_match`, `non_rpi_qty` and `quote_qty` in initializer of `digdigdig3_core::core::types::AggTrade`
[INFO] [stdout]   --> src/bar_indicators/sentiment/agg_trade_flow_imbalance.rs:94:9
[INFO] [stdout]    |
[INFO] [stdout] 94 |         AggTrade {
[INFO] [stdout]    |         ^^^^^^^^ missing `is_best_match`, `non_rpi_qty` and `quote_qty`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `is_best_match`, `non_rpi_qty` and `quote_qty` in initializer of `digdigdig3_core::core::types::AggTrade`
[INFO] [stdout]   --> src/bar_indicators/sentiment/agg_trade_size_distribution.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 86 |         AggTrade {
[INFO] [stdout]    |         ^^^^^^^^ missing `is_best_match`, `non_rpi_qty` and `quote_qty`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `buy_ratio`, `locked_ratio`, `long_account` and 12 other fields in initializer of `digdigdig3_core::core::types::LongShortRatio`
[INFO] [stdout]   --> src/bar_indicators/sentiment/long_short_extreme_detector.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |         LongShortRatio {
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ missing `buy_ratio`, `locked_ratio`, `long_account` and 12 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `buy_ratio`, `locked_ratio`, `long_account` and 12 other fields in initializer of `digdigdig3_core::core::types::LongShortRatio`
[INFO] [stdout]   --> src/bar_indicators/sentiment/long_short_ratio_momentum.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |         LongShortRatio {
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ missing `buy_ratio`, `locked_ratio`, `long_account` and 12 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `buy_ratio`, `locked_ratio`, `long_account` and 12 other fields in initializer of `digdigdig3_core::core::types::LongShortRatio`
[INFO] [stdout]    --> src/bar_indicators/sentiment/ratio_vs_price_divergence.rs:134:9
[INFO] [stdout]     |
[INFO] [stdout] 134 |         LongShortRatio {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ missing `buy_ratio`, `locked_ratio`, `long_account` and 12 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `annualized_basis_rate`, `basis_rate`, `contract_type` and 2 other fields in initializer of `digdigdig3_core::core::types::Basis`
[INFO] [stdout]   --> src/bar_indicators/index_basis/basis_extreme.rs:94:9
[INFO] [stdout]    |
[INFO] [stdout] 94 |         Basis { basis: v, timestamp: 0 }
[INFO] [stdout]    |         ^^^^^ missing `annualized_basis_rate`, `basis_rate`, `contract_type` and 2 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `annualized_basis_rate`, `basis_rate`, `contract_type` and 2 other fields in initializer of `digdigdig3_core::core::types::Basis`
[INFO] [stdout]   --> src/bar_indicators/index_basis/basis_momentum.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |         Basis { basis: v, timestamp: 0 }
[INFO] [stdout]    |         ^^^^^ missing `annualized_basis_rate`, `basis_rate`, `contract_type` and 2 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `annualized_basis_rate`, `basis_rate`, `contract_type` and 2 other fields in initializer of `digdigdig3_core::core::types::Basis`
[INFO] [stdout]   --> src/bar_indicators/index_basis/basis_z_score.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |         Basis { basis: v, timestamp: 0 }
[INFO] [stdout]    |         ^^^^^ missing `annualized_basis_rate`, `basis_rate`, `contract_type` and 2 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `high_24h`, `low_24h` and `open_24h` in initializer of `digdigdig3_core::core::types::IndexPrice`
[INFO] [stdout]   --> src/bar_indicators/index_basis/price_vs_index_spread.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 |         IndexPrice { price, timestamp: 0 }
[INFO] [stdout]    |         ^^^^^^^^^^ missing `high_24h`, `low_24h` and `open_24h`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `close`, `high`, `low` and 1 other field in initializer of `digdigdig3_core::core::types::VolatilityIndex`
[INFO] [stdout]   --> src/bar_indicators/volatility_advanced/vol_idx_momentum.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |         VolatilityIndex { value: v, timestamp: 0 }
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ missing `close`, `high`, `low` and 1 other field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `close`, `high`, `low` and 1 other field in initializer of `digdigdig3_core::core::types::VolatilityIndex`
[INFO] [stdout]   --> src/bar_indicators/volatility_advanced/vol_idx_spike.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 |         VolatilityIndex { value: v, timestamp: 0 }
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ missing `close`, `high`, `low` and 1 other field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `settled_price`, `settlement_type`, `symbol` and 2 other fields in initializer of `digdigdig3_core::core::types::SettlementEvent`
[INFO] [stdout]    --> src/bar_indicators/stress/settlement_approach_signal.rs:116:9
[INFO] [stdout]     |
[INFO] [stdout] 116 |         SettlementEvent {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ missing `settled_price`, `settlement_type`, `symbol` and 2 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `settled_price`, `settlement_type`, `symbol` and 2 other fields in initializer of `digdigdig3_core::core::types::SettlementEvent`
[INFO] [stdout]   --> src/bar_indicators/stress/settlement_price_momentum.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |         SettlementEvent {
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^ missing `settled_price`, `settlement_type`, `symbol` and 2 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `settled_price`, `settlement_type`, `symbol` and 2 other fields in initializer of `digdigdig3_core::core::types::SettlementEvent`
[INFO] [stdout]    --> src/bar_indicators/stress/settlement_vs_mark_spread.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 105 |         SettlementEvent {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ missing `settled_price`, `settlement_type`, `symbol` and 2 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `deriv_price`, `estimated_settle_price`, `fair_price` and 6 other fields in initializer of `digdigdig3_core::core::types::MarkPrice`
[INFO] [stdout]    --> src/bar_indicators/stress/settlement_vs_mark_spread.rs:113:9
[INFO] [stdout]     |
[INFO] [stdout] 113 |         MarkPrice {
[INFO] [stdout]     |         ^^^^^^^^^ missing `deriv_price`, `estimated_settle_price`, `fair_price` and 6 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `accrued_funding`, `avg_premium_index`, `estimated_rate` and 22 other fields in initializer of `digdigdig3_core::core::types::FundingRate`
[INFO] [stdout]    --> src/bar_indicators/risk_funding/funding_drift.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 117 |         FundingRate {
[INFO] [stdout]     |         ^^^^^^^^^^^ missing `accrued_funding`, `avg_premium_index`, `estimated_rate` and 22 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `deriv_price`, `estimated_settle_price`, `fair_price` and 6 other fields in initializer of `digdigdig3_core::core::types::MarkPrice`
[INFO] [stdout]    --> src/bar_indicators/risk_funding/funding_settlement_impact.rs:159:9
[INFO] [stdout]     |
[INFO] [stdout] 159 |         MarkPrice {
[INFO] [stdout]     |         ^^^^^^^^^ missing `deriv_price`, `estimated_settle_price`, `fair_price` and 6 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `cmc_circulating_supply`, `open_interest_ccy`, `open_interest_usd` and 8 other fields in initializer of `digdigdig3_core::core::types::OpenInterest`
[INFO] [stdout]   --> src/bar_indicators/open_interest/oi_z_score.rs:90:9
[INFO] [stdout]    |
[INFO] [stdout] 90 |         OpenInterest {
[INFO] [stdout]    |         ^^^^^^^^^^^^ missing `cmc_circulating_supply`, `open_interest_ccy`, `open_interest_usd` and 8 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `cmc_circulating_supply`, `open_interest_ccy`, `open_interest_usd` and 8 other fields in initializer of `digdigdig3_core::core::types::OpenInterest`
[INFO] [stdout]   --> src/bar_indicators/open_interest/oi_momentum.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 75 |         OpenInterest {
[INFO] [stdout]    |         ^^^^^^^^^^^^ missing `cmc_circulating_supply`, `open_interest_ccy`, `open_interest_usd` and 8 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `cmc_circulating_supply`, `open_interest_ccy`, `open_interest_usd` and 8 other fields in initializer of `digdigdig3_core::core::types::OpenInterest`
[INFO] [stdout]   --> src/bar_indicators/open_interest/oi_percentile.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 80 |         OpenInterest {
[INFO] [stdout]    |         ^^^^^^^^^^^^ missing `cmc_circulating_supply`, `open_interest_ccy`, `open_interest_usd` and 8 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `cmc_circulating_supply`, `open_interest_ccy`, `open_interest_usd` and 8 other fields in initializer of `digdigdig3_core::core::types::OpenInterest`
[INFO] [stdout]    --> src/bar_indicators/open_interest/long_squeeze_detector.rs:143:9
[INFO] [stdout]     |
[INFO] [stdout] 143 |         OpenInterest {
[INFO] [stdout]     |         ^^^^^^^^^^^^ missing `cmc_circulating_supply`, `open_interest_ccy`, `open_interest_usd` and 8 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `deriv_price`, `estimated_settle_price`, `fair_price` and 6 other fields in initializer of `digdigdig3_core::core::types::MarkPrice`
[INFO] [stdout]    --> src/bar_indicators/open_interest/long_squeeze_detector.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 151 |         MarkPrice {
[INFO] [stdout]     |         ^^^^^^^^^ missing `deriv_price`, `estimated_settle_price`, `fair_price` and 6 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `cmc_circulating_supply`, `open_interest_ccy`, `open_interest_usd` and 8 other fields in initializer of `digdigdig3_core::core::types::OpenInterest`
[INFO] [stdout]    --> src/bar_indicators/open_interest/oi_price_correlation.rs:163:9
[INFO] [stdout]     |
[INFO] [stdout] 163 |         OpenInterest {
[INFO] [stdout]     |         ^^^^^^^^^^^^ missing `cmc_circulating_supply`, `open_interest_ccy`, `open_interest_usd` and 8 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `deriv_price`, `estimated_settle_price`, `fair_price` and 6 other fields in initializer of `digdigdig3_core::core::types::MarkPrice`
[INFO] [stdout]    --> src/bar_indicators/open_interest/oi_price_correlation.rs:171:9
[INFO] [stdout]     |
[INFO] [stdout] 171 |         MarkPrice {
[INFO] [stdout]     |         ^^^^^^^^^ missing `deriv_price`, `estimated_settle_price`, `fair_price` and 6 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `accrued_funding`, `avg_premium_index`, `estimated_rate` and 22 other fields in initializer of `digdigdig3_core::core::types::FundingRate`
[INFO] [stdout]   --> src/bar_indicators/funding_advanced/annualized_funding_rate.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 73 |         FundingRate {
[INFO] [stdout]    |         ^^^^^^^^^^^ missing `accrued_funding`, `avg_premium_index`, `estimated_rate` and 22 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `accrued_funding`, `avg_premium_index`, `estimated_rate` and 22 other fields in initializer of `digdigdig3_core::core::types::FundingRate`
[INFO] [stdout]   --> src/bar_indicators/funding_advanced/funding_direction_shift.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |         FundingRate {
[INFO] [stdout]    |         ^^^^^^^^^^^ missing `accrued_funding`, `avg_premium_index`, `estimated_rate` and 22 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `accrued_funding`, `avg_premium_index`, `estimated_rate` and 22 other fields in initializer of `digdigdig3_core::core::types::FundingRate`
[INFO] [stdout]    --> src/bar_indicators/funding_advanced/funding_extreme_alert.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 |         FundingRate {
[INFO] [stdout]     |         ^^^^^^^^^^^ missing `accrued_funding`, `avg_premium_index`, `estimated_rate` and 22 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `deriv_price`, `estimated_settle_price`, `fair_price` and 6 other fields in initializer of `digdigdig3_core::core::types::MarkPrice`
[INFO] [stdout]    --> src/bar_indicators/mark_price_advanced/mark_price_gap_detector.rs:118:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |         MarkPrice {
[INFO] [stdout]     |         ^^^^^^^^^ missing `deriv_price`, `estimated_settle_price`, `fair_price` and 6 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `deriv_price`, `estimated_settle_price`, `fair_price` and 6 other fields in initializer of `digdigdig3_core::core::types::MarkPrice`
[INFO] [stdout]   --> src/bar_indicators/mark_price_advanced/mark_price_momentum.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 80 |         MarkPrice {
[INFO] [stdout]    |         ^^^^^^^^^ missing `deriv_price`, `estimated_settle_price`, `fair_price` and 6 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `deriv_price`, `estimated_settle_price`, `fair_price` and 6 other fields in initializer of `digdigdig3_core::core::types::MarkPrice`
[INFO] [stdout]   --> src/bar_indicators/mark_price_advanced/mark_price_volatility.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 |         MarkPrice {
[INFO] [stdout]    |         ^^^^^^^^^ missing `deriv_price`, `estimated_settle_price`, `fair_price` and 6 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `is_best_match`, `non_rpi_qty` and `quote_qty` in initializer of `digdigdig3_core::core::types::AggTrade`
[INFO] [stdout]    --> src/bar_indicators/composites/block_trade_volume_ratio.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 151 |         AggTrade { aggregate_id: 1, price, quantity, first_trade_id: 1, last_trade_id: 1, is_buy: true, timestamp: ts }
[INFO] [stdout]     |         ^^^^^^^^ missing `is_best_match`, `non_rpi_qty` and `quote_qty`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `avg_price`, `base_price`, `executed_qty` and 9 other fields in initializer of `digdigdig3_core::core::types::Liquidation`
[INFO] [stdout]    --> src/bar_indicators/composites/capitulation_detector.rs:233:9
[INFO] [stdout]     |
[INFO] [stdout] 233 |         Liquidation { symbol: String::new(), side: TradeSide::Buy, price: 30000.0, quantity: 0.1, timestamp: ts, value: None }
[INFO] [stdout]     |         ^^^^^^^^^^^ missing `avg_price`, `base_price`, `executed_qty` and 9 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `is_best_match`, `non_rpi_qty` and `quote_qty` in initializer of `digdigdig3_core::core::types::AggTrade`
[INFO] [stdout]    --> src/bar_indicators/composites/capitulation_detector.rs:237:9
[INFO] [stdout]     |
[INFO] [stdout] 237 |         AggTrade { aggregate_id: 1, price, quantity: qty, first_trade_id: 1, last_trade_id: 1, is_buy: true, timestamp: ts }
[INFO] [stdout]     |         ^^^^^^^^ missing `is_best_match`, `non_rpi_qty` and `quote_qty`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `deriv_price`, `estimated_settle_price`, `fair_price` and 6 other fields in initializer of `digdigdig3_core::core::types::MarkPrice`
[INFO] [stdout]    --> src/bar_indicators/composites/capitulation_detector.rs:241:9
[INFO] [stdout]     |
[INFO] [stdout] 241 |         MarkPrice { mark_price, index_price: None, funding_rate: None, timestamp: ts }
[INFO] [stdout]     |         ^^^^^^^^^ missing `deriv_price`, `estimated_settle_price`, `fair_price` and 6 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `cmc_circulating_supply`, `open_interest_ccy`, `open_interest_usd` and 8 other fields in initializer of `digdigdig3_core::core::types::OpenInterest`
[INFO] [stdout]    --> src/bar_indicators/composites/compound_squeeze_probability.rs:240:9
[INFO] [stdout]     |
[INFO] [stdout] 240 |         OpenInterest { open_interest, open_interest_value: None, timestamp: ts }
[INFO] [stdout]     |         ^^^^^^^^^^^^ missing `cmc_circulating_supply`, `open_interest_ccy`, `open_interest_usd` and 8 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `deriv_price`, `estimated_settle_price`, `fair_price` and 6 other fields in initializer of `digdigdig3_core::core::types::MarkPrice`
[INFO] [stdout]    --> src/bar_indicators/composites/compound_squeeze_probability.rs:244:9
[INFO] [stdout]     |
[INFO] [stdout] 244 |         MarkPrice { mark_price, index_price: None, funding_rate: None, timestamp: ts }
[INFO] [stdout]     |         ^^^^^^^^^ missing `deriv_price`, `estimated_settle_price`, `fair_price` and 6 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `avg_price`, `base_price`, `executed_qty` and 9 other fields in initializer of `digdigdig3_core::core::types::Liquidation`
[INFO] [stdout]    --> src/bar_indicators/composites/compound_squeeze_probability.rs:248:9
[INFO] [stdout]     |
[INFO] [stdout] 248 |         Liquidation { symbol: String::new(), side: TradeSide::Buy, price: 30000.0, quantity: 0.1, timestamp: ts, value: None }
[INFO] [stdout]     |         ^^^^^^^^^^^ missing `avg_price`, `base_price`, `executed_qty` and 9 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `accrued_funding`, `avg_premium_index`, `estimated_rate` and 22 other fields in initializer of `digdigdig3_core::core::types::FundingRate`
[INFO] [stdout]    --> src/bar_indicators/composites/compound_squeeze_probability.rs:252:9
[INFO] [stdout]     |
[INFO] [stdout] 252 |         FundingRate { rate, next_funding_time: None, timestamp: 1000 }
[INFO] [stdout]     |         ^^^^^^^^^^^ missing `accrued_funding`, `avg_premium_index`, `estimated_rate` and 22 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `accrued_funding`, `avg_premium_index`, `estimated_rate` and 22 other fields in initializer of `digdigdig3_core::core::types::FundingRate`
[INFO] [stdout]    --> src/bar_indicators/composites/funding_oi_pressure.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 133 |         FundingRate { rate, next_funding_time: None, timestamp: 1000 }
[INFO] [stdout]     |         ^^^^^^^^^^^ missing `accrued_funding`, `avg_premium_index`, `estimated_rate` and 22 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `cmc_circulating_supply`, `open_interest_ccy`, `open_interest_usd` and 8 other fields in initializer of `digdigdig3_core::core::types::OpenInterest`
[INFO] [stdout]    --> src/bar_indicators/composites/funding_oi_pressure.rs:137:9
[INFO] [stdout]     |
[INFO] [stdout] 137 |         OpenInterest { open_interest, open_interest_value: None, timestamp: ts }
[INFO] [stdout]     |         ^^^^^^^^^^^^ missing `cmc_circulating_supply`, `open_interest_ccy`, `open_interest_usd` and 8 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `accrued_funding`, `avg_premium_index`, `estimated_rate` and 22 other fields in initializer of `digdigdig3_core::core::types::FundingRate`
[INFO] [stdout]    --> src/bar_indicators/composites/funding_sentiment_alignment.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 133 |         FundingRate { rate, next_funding_time: None, timestamp: 1000 }
[INFO] [stdout]     |         ^^^^^^^^^^^ missing `accrued_funding`, `avg_premium_index`, `estimated_rate` and 22 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `buy_ratio`, `locked_ratio`, `long_account` and 12 other fields in initializer of `digdigdig3_core::core::types::LongShortRatio`
[INFO] [stdout]    --> src/bar_indicators/composites/funding_sentiment_alignment.rs:137:9
[INFO] [stdout]     |
[INFO] [stdout] 137 |         LongShortRatio {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ missing `buy_ratio`, `locked_ratio`, `long_account` and 12 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `high_24h`, `low_24h` and `open_24h` in initializer of `digdigdig3_core::core::types::IndexPrice`
[INFO] [stdout]    --> src/bar_indicators/composites/index_tracking_error.rs:144:9
[INFO] [stdout]     |
[INFO] [stdout] 144 |         IndexPrice { price, timestamp: 1000 }
[INFO] [stdout]     |         ^^^^^^^^^^ missing `high_24h`, `low_24h` and `open_24h`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `close`, `high`, `low` and 1 other field in initializer of `digdigdig3_core::core::types::VolatilityIndex`
[INFO] [stdout]    --> src/bar_indicators/composites/iv_hv_spread.rs:113:9
[INFO] [stdout]     |
[INFO] [stdout] 113 |         VolatilityIndex { value, timestamp: 1000 }
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ missing `close`, `high`, `low` and 1 other field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `close`, `high`, `low` and 1 other field in initializer of `digdigdig3_core::core::types::VolatilityIndex`
[INFO] [stdout]    --> src/bar_indicators/composites/market_stress_composite.rs:243:9
[INFO] [stdout]     |
[INFO] [stdout] 243 |         VolatilityIndex { value, timestamp: 1000 }
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ missing `close`, `high`, `low` and 1 other field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `avg_price`, `base_price`, `executed_qty` and 9 other fields in initializer of `digdigdig3_core::core::types::Liquidation`
[INFO] [stdout]    --> src/bar_indicators/composites/market_stress_composite.rs:247:9
[INFO] [stdout]     |
[INFO] [stdout] 247 |         Liquidation { symbol: String::new(), side: TradeSide::Buy, price: 30000.0, quantity: 0.1, timestamp: ts, value: None }
[INFO] [stdout]     |         ^^^^^^^^^^^ missing `avg_price`, `base_price`, `executed_qty` and 9 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `accrued_funding`, `avg_premium_index`, `estimated_rate` and 22 other fields in initializer of `digdigdig3_core::core::types::FundingRate`
[INFO] [stdout]    --> src/bar_indicators/composites/market_stress_composite.rs:251:9
[INFO] [stdout]     |
[INFO] [stdout] 251 |         FundingRate { rate, next_funding_time: None, timestamp: 1000 }
[INFO] [stdout]     |         ^^^^^^^^^^^ missing `accrued_funding`, `avg_premium_index`, `estimated_rate` and 22 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `close`, `high`, `low` and 1 other field in initializer of `digdigdig3_core::core::types::VolatilityIndex`
[INFO] [stdout]    --> src/bar_indicators/composites/risk_off_detector.rs:222:9
[INFO] [stdout]     |
[INFO] [stdout] 222 |         VolatilityIndex { value, timestamp: ts }
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ missing `close`, `high`, `low` and 1 other field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `avg_price`, `base_price`, `executed_qty` and 9 other fields in initializer of `digdigdig3_core::core::types::Liquidation`
[INFO] [stdout]    --> src/bar_indicators/composites/risk_off_detector.rs:226:9
[INFO] [stdout]     |
[INFO] [stdout] 226 |         Liquidation { symbol: String::new(), side: TradeSide::Buy, price: 30000.0, quantity: 0.1, timestamp: ts, value: None }
[INFO] [stdout]     |         ^^^^^^^^^^^ missing `avg_price`, `base_price`, `executed_qty` and 9 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `accrued_funding`, `avg_premium_index`, `estimated_rate` and 22 other fields in initializer of `digdigdig3_core::core::types::FundingRate`
[INFO] [stdout]    --> src/bar_indicators/composites/risk_off_detector.rs:230:9
[INFO] [stdout]     |
[INFO] [stdout] 230 |         FundingRate { rate, next_funding_time: None, timestamp: 1000 }
[INFO] [stdout]     |         ^^^^^^^^^^^ missing `accrued_funding`, `avg_premium_index`, `estimated_rate` and 22 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `buy_ratio`, `locked_ratio`, `long_account` and 12 other fields in initializer of `digdigdig3_core::core::types::LongShortRatio`
[INFO] [stdout]    --> src/bar_indicators/composites/sentiment_composite.rs:171:9
[INFO] [stdout]     |
[INFO] [stdout] 171 |         LongShortRatio {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ missing `buy_ratio`, `locked_ratio`, `long_account` and 12 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `is_best_match`, `non_rpi_qty` and `quote_qty` in initializer of `digdigdig3_core::core::types::AggTrade`
[INFO] [stdout]    --> src/bar_indicators/composites/sentiment_composite.rs:182:9
[INFO] [stdout]     |
[INFO] [stdout] 182 |         AggTrade {
[INFO] [stdout]     |         ^^^^^^^^ missing `is_best_match`, `non_rpi_qty` and `quote_qty`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `accrued_funding`, `avg_premium_index`, `estimated_rate` and 22 other fields in initializer of `digdigdig3_core::core::types::FundingRate`
[INFO] [stdout]    --> src/bar_indicators/composites/sentiment_composite.rs:194:9
[INFO] [stdout]     |
[INFO] [stdout] 194 |         FundingRate { rate, next_funding_time: None, timestamp: 1000 }
[INFO] [stdout]     |         ^^^^^^^^^^^ missing `accrued_funding`, `avg_premium_index`, `estimated_rate` and 22 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `cmc_circulating_supply`, `open_interest_ccy`, `open_interest_usd` and 8 other fields in initializer of `digdigdig3_core::core::types::OpenInterest`
[INFO] [stdout]    --> src/bar_indicators/composites/squeeze_probability.rs:214:9
[INFO] [stdout]     |
[INFO] [stdout] 214 |         OpenInterest { open_interest, open_interest_value: None, timestamp: ts }
[INFO] [stdout]     |         ^^^^^^^^^^^^ missing `cmc_circulating_supply`, `open_interest_ccy`, `open_interest_usd` and 8 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `deriv_price`, `estimated_settle_price`, `fair_price` and 6 other fields in initializer of `digdigdig3_core::core::types::MarkPrice`
[INFO] [stdout]    --> src/bar_indicators/composites/squeeze_probability.rs:218:9
[INFO] [stdout]     |
[INFO] [stdout] 218 |         MarkPrice { mark_price, index_price: None, funding_rate: None, timestamp: ts }
[INFO] [stdout]     |         ^^^^^^^^^ missing `deriv_price`, `estimated_settle_price`, `fair_price` and 6 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `avg_price`, `base_price`, `executed_qty` and 9 other fields in initializer of `digdigdig3_core::core::types::Liquidation`
[INFO] [stdout]    --> src/bar_indicators/composites/squeeze_probability.rs:222:9
[INFO] [stdout]     |
[INFO] [stdout] 222 |         Liquidation { symbol: String::new(), side: TradeSide::Buy, price: 30000.0, quantity: 0.1, timestamp: ts, value: None }
[INFO] [stdout]     |         ^^^^^^^^^^^ missing `avg_price`, `base_price`, `executed_qty` and 9 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `close`, `high`, `low` and 1 other field in initializer of `digdigdig3_core::core::types::VolatilityIndex`
[INFO] [stdout]    --> src/bar_indicators/composites/vol_regime_entry.rs:187:9
[INFO] [stdout]     |
[INFO] [stdout] 187 |         VolatilityIndex { value, timestamp: 1000 }
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ missing `close`, `high`, `low` and 1 other field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `deriv_price`, `estimated_settle_price`, `fair_price` and 6 other fields in initializer of `digdigdig3_core::core::types::MarkPrice`
[INFO] [stdout]    --> src/bar_indicators/composites/vol_regime_entry.rs:191:9
[INFO] [stdout]     |
[INFO] [stdout] 191 |         MarkPrice { mark_price, index_price: None, funding_rate: None, timestamp: 1000 }
[INFO] [stdout]     |         ^^^^^^^^^ missing `deriv_price`, `estimated_settle_price`, `fair_price` and 6 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `ask_qty`, `basis`, `basis_rate` and 33 other fields in initializer of `digdigdig3_core::core::types::Ticker`
[INFO] [stdout]   --> src/bar_indicators/ticker_advanced/ticker_spread_ratio.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 53 |         Ticker {
[INFO] [stdout]    |         ^^^^^^ missing `ask_qty`, `basis`, `basis_rate` and 33 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing fields `ask_qty`, `basis`, `basis_rate` and 33 other fields in initializer of `digdigdig3_core::core::types::Ticker`
[INFO] [stdout]   --> src/bar_indicators/ticker_advanced/volume_24h_z_score.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 |         Ticker {
[INFO] [stdout]    |         ^^^^^^ missing `ask_qty`, `basis`, `basis_rate` and 33 other fields
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0063`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mylittleindicators` (lib test) due to 78 previous errors
[INFO] running `Command { std: "docker" "inspect" "4331cf37096710ba5b022b200788a2e801c0a88a9e2bd412c27fd6a7bb053926", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4331cf37096710ba5b022b200788a2e801c0a88a9e2bd412c27fd6a7bb053926", kill_on_drop: false }`
[INFO] [stdout] 4331cf37096710ba5b022b200788a2e801c0a88a9e2bd412c27fd6a7bb053926
